Help for this page

Select Code to Download


  1. or download this
    #!/perl/bin/perl -w
    # IEL - Interface Engine Lite
    ...
    print STDOUT "ARGV = @ARGV - 0 = $ARGV[0]\n";
    exit;
    
  2. or download this
    C:\IEL\bin>ARGVtst.pl LHW_TST
    Use of uninitialized value in concatenation (.) or string at C:\IEL\bi
    +n\ARGVtst.
    ...
    ARGV =  - 0 =
    
    C:\IEL\bin>