Help for this page

Select Code to Download


  1. or download this
    my $script;
    while (<DATA>) {
    ...
    __END__
    
    # your script goes here
    
  2. or download this
    use FollowLines;
    
    __DATA__
    
    # your script goes here
    
  3. or download this
    if ($some_var == 1 ||
        $other_var == 2 ||
    ...
            $other_var,
            @rest);
    }