Help for this page

Select Code to Download


  1. or download this
    my $BigCalc;
    {
    ...
    }
    ...
    DoSomething($BigCalc);
    
  2. or download this
    #!/use/bin/perl
    use warnings;
    ...
        my $x = 4;
        print "small calc $x\n";
    }