Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > c868486f747f2df34f9a533ef7be0d19 > files > 10

perl-WWW-Myspace-0.60-10.fc16.noarch.rpm

#!/usr/bin/perl -w -I../lib
######################################################################
# already_commented
# Sccsid:  %Z%  %M%  %I%  Delta: %G%
# $Id: already_commented,v 1.3 2006/01/18 01:59:34 grant Exp $
######################################################################
# Copyright (c) 2004 Grant Grueninger, Commercial Systems Corp.
#
# Description:

#---------------------------------------------------------------------
# Setup Variables

# Debugging?
#$DEBUG=0;

#---------------------------------------------------------------------
# Libraries

use WWW::Myspace;

######################################################################
# Main Program

my $myspace = new WWW::Myspace;

print $myspace->already_commented( @ARGV );