Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    use strict;
    ...
            return $dispatch{ $action }{ confirm }{ commit };
        }
    }
    
  2. or download this
    sub foo {
        if ( $temp > 7 ) {
    ...
            $level = $temp / $difference2;
        }
    }