Help for this page

Select Code to Download


  1. or download this
    { my ($line,$occurrence) = (0,0);
    sub some_sub {
    ...
        print @caller, $occurrence, $/;
    }
    }