Help for this page

Select Code to Download


  1. or download this
    #!/bin/perl
    use strict;
    ...
        }
        return (@_)
    }
    
  2. or download this
    #!/bin/perl
    use strict;
    ...
             $_= 3.14 * ($_**2);
        }
    }