Help for this page
my $cat; $cat = @_ if @_;
#!/usr/bin/perl -w use strict; ... my $count=0 if 0; print "Called $count times\n"; }