Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    my $error = 10;
    print "$error.\n";
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "After: ";
    # Run the first script
    do "file1";
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "After: ";
    # Run the first script
    do "file1";