Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings ;
    ...
    else
    {print("No command line parameters found.\n") ; }
    
  2. or download this
    > args.pl abc
    
  3. or download this
    ARGV[0]=abc
    
  4. or download this
    No command line parameters found.