Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    while (<>)
    ...
          s/([A-Z]+)/reverse($1)/ge;
          print;
    }
    
  2. or download this
    sub getfromdb {
            $diagId = shift;
            $dbh = ConnectDB($User, $Password);
    ...
    }
    
    $$imageMap =~ s/ViewObject.pl\?name=(.*?)_DIAGLINK/getfromdb($1)/gei;