Help for this page

Select Code to Download


  1. or download this
    #/usr/bin/perl -lW
    
    ...
    
    print '$path: '.$path;
    print '$otherstring: '.$otherstring;
    
  2. or download this
    C:\chas_sandbox>
    singlequoteinterp.pl
    ...
    syntax error at C:\chas_sandbox\singlequoteinterp.pl line 9, near "/Pr
    +oject/Stat
    e"
    Bad name after Server' at C:\chas_sandbox\singlequoteinterp.pl line 9.
    
  3. or download this
    #/usr/bin/perl -lW
    
    ...
    
    print '$path: '.$path;
    print '$otherstring: '.$otherstring;
    
  4. or download this
    C:\chas_sandbox>
    singlequoteinterp.pl
    $path: C:\chas_sandbox\
    $otherstring: //Project/State/Task/Server
    
  5. or download this
    C:\chas_sandbox>
    perl -v
    ...
    Complete documentation for Perl, including FAQ lists, should be found 
    +on
    this system using "man perl" or "perldoc perl".  If you have access to
    + the
    Internet, point your browser at http://www.perl.org/, the Perl Home Pa
    +ge.