I am getting errors when I try to get command line
parameters.
For example this small code doesn't work on my
machine.
#########################################
#!/usr/bin/perl -w
use 'Getopt::Std';

getopt('de');
print "U have used d ", if $opt_d;
print "U have used e ", if $opt_e;
#########################################


The interpreter points out an error on the line "use
'Getopt::Std'" 

________________________________________________________________________
Yahoo! India Education Special: Study in the UK now.
Go to http://in.specials.yahoo.com/index1.html

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to