Help for this page

Select Code to Download


  1. or download this
    print while <>;
    
  2. or download this
    echo "one two three" | myscript.pl
    
  3. or download this
    echo "one two three" | perl myscript.pl
    
  4. or download this
    "one two three"
    
  5. or download this
    c:\> assoc .pl
    .pl=Perl
    
  6. or download this
    c:\> ftype Perl
    Perl="C:\Perl\bin\perl.exe" "%1" %*