Help for this page

Select Code to Download


  1. or download this
    C:\>perl -MO=Deparse -pl -e "next if /bala/;s/([^:]+)([^:]+)/$2$1/" fi
    +le.txt
    BEGIN { $/ = "\n"; $\ = "\n"; }
    ...
        print $_;
    }
    -e syntax OK