Re: [Perl-unix-users] Command line arguments?
try the diamond operator. (<>) it accesses argv. $a = <> cheers ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
[Perl-unix-users] modules not loading
hey guys. ive been trying my had at modules, but no dice. heres what ive got so far : ** #!/usr/bin/perl -w use lib "/usr/lib/perl5/site_perl/5.6.0"; use Mp3::Info; print "What is the full name of the file you want to check up on