Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        case 2: &subroutine4;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    sub subroutine3 { print $global_variable2; }
    sub subroutine4 { print $global_variable3; }