Help for this page

Select Code to Download


  1. or download this
    Total Elapsed Time = 0.719999 Seconds
      User+System Time = 0.186597 Seconds
    Exclusive Times
    ...
     0.00   0.000 -0.000      1   0.0000      -  Exporter::import
     0.00   0.000 -0.000      1   0.0000      -  warnings::import
     0.00   0.000 -0.000   2335   0.0000      -  main::method1
    
  2. or download this
    #! c:\perl\bin
    use strict;
    use warnings;
    ...
    
    return $count
    }