Help for this page

Select Code to Download


  1. or download this
    {
        my $FIXED_STRING = 'fixed_string';
    ...
        do_something($q);
        print "Done computing\n"
    }
    
  2. or download this
    use feature qw( state );
    
    ...
            }
        }
    }