command line:
 
$perl man.pl manish
 
 
 
perl script
 
#!/usr/bin/perl;
($inputfile) = @ARGS;
 
Could anyone tell me how to accept the commandline parametes this does not seem 
to work.
 
Regards,
Manish U

Reply via email to