Help for this page

Select Code to Download


  1. or download this
    >perl -wMstrict -le
    "print F();
    ...
     INIT { my $y = X();    sub F { return $y } }
    "
    foo