Help for this page

Select Code to Download


  1. or download this
    @q = qw(hacker. Perl another Just);
    sub q { pop @q }
    
    ...
            ;
            print eval "${q}q( )"
    }
    
  2. or download this
    for (0..6) {
            $q = $_ % 2 == 0 ?
    ...
            ;
            print eval "${q}q( )"
    }