Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    sub mysub{
      print "mysub output\n";
    }
    
  2. or download this
    ---------- Capture Output ----------
    > "C:\Perl\bin\perl.exe" _new.pl
    ...
    
    
    > Terminated with exit code 0.