Help for this page

Select Code to Download


  1. or download this
    sub careful {
        my( $string, $number ) = @_;
    ...
        }
        ...
    }
    
  2. or download this
    use warnings;
        ...
        sloppy( "$string", 0+$number );