Help for this page

Select Code to Download


  1. or download this
    use Module;  # Execute module first so it doesn't replace you!
    
    ...
          ...
       }
    }
    
  2. or download this
    use Module;  # Execute module first so it doesn't replace you!
    
    ...
          ...
       };
    }
    
  3. or download this
    use Module;  # Execute module first so it doesn't replace you!
    
    ...
          ...
       };
    }
    
  4. or download this
    use Module;  # Execute module first so it doesn't replace you!
    
    ...
       ...
       # Replaced until here.
    }
    
  5. or download this
    >perl -c -we"sub foo { my $x; sub bar { $x } }"
    Variable "$x" will not stay shared at -e line 1.
    -e syntax OK