Help for this page

Select Code to Download


  1. or download this
    $dir = "/home/angryman/www/content/m/i/2000/5/31/r_standoff.gif";
    ($dir =~ /content(.*)/) && ($after = $1);
    
  2. or download this
    while (<>) {
        (/foo(.*)/) && ($foo = $1);
    }