Help for this page

Select Code to Download


  1. or download this
    
    use warnings;
    ...
    {
      #-- do something here
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
    my $output = `example.exe`; 
    die "$!" if $?; 
    print $file $output;
    
  3. or download this
    use Learning::Perl;
    use Beginning::Perl::Ovid;
    print "Awesome Books";