Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    require 'file2.pl';  # you can use 'do' also
    
    print "after $error \n";
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    
    our $error = 20;
    
  3. or download this
    before 10
    after 20