- or download this
#/usr/bin/perl -lW
...
print '$path: '.$path;
print '$otherstring: '.$otherstring;
- 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.
- or download this
#/usr/bin/perl -lW
...
print '$path: '.$path;
print '$otherstring: '.$otherstring;
- or download this
C:\chas_sandbox>
singlequoteinterp.pl
$path: C:\chas_sandbox\
$otherstring: //Project/State/Task/Server
- 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.