Help for this page

Select Code to Download


  1. or download this
    M:\>help cmd
    Starts a new instance of the Windows 2000 command interpreter
    ...
            a quote character and if so, strip the leading character and
            remove the last quote character on the command line, preservin
    +g
            any text after the last quote character.
    
  2. or download this
    print STDERR "my echo.pl"
    
  3. or download this
    eval {print `my echo.pl`};
    eval {print `"my echo.pl"`;};
    eval {print `perl "my echo.pl"`};
    eval {print `perl "my echo (v1).pl"`};
    
  4. or download this
    print "hello sandy\n";
    
  5. or download this
    
    M:\>try.pl
    ...
    Can't open perl script "M:\my": No such file or directory
    hello sandy
    hello sandy