Next Regular Expression Mastery 44

The Rest of the Metacharacters

dot

        $time = <STDIN>;               # "11:29\n"
        ($minutes) = ($time =~ /:(.*)$/);


Next Copyright © 2002 M. J. Dominus