Help for this page

Select Code to Download


  1. or download this
     
    C:\>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.
    
  2. or download this
    C:\> perl -e "print join \"\n\", @INC"
    C:\Perl\lib
    ...
    C:\oracle\product\10.2.0\db_1\sysman\admin\scripts
    C:/Perl/site/lib
    C:/Perl/lib
    
  3. or download this
    C:\Perl Scripts>Module.pl
    Set up gcc environment - 3.4.5 (mingw-vista special r3)
    ...
    mylib
    threads::shared
    version
    
  4. or download this
    C:\>perl -E "die $^X;"
    C:\Perl\bin\perl.exe at -e line 1.