Help for this page

Select Code to Download


  1. or download this
    {
        if(m/\G(\\?\$\w+)/gc or m/\G(\w+)/gc) {
            print "token: '$1'\n";
            redo;
        }
    }