Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Jenda's scratchpad

by Jenda (Abbot)
on Jun 02, 2004 at 20:43 UTC ( [id://359731]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    line 1485
    -- if ($rule =~ s/\s*\bonly\(([^\)]+)\)//) {
    ...
    ++         delete $data->{$_} unless exists $only{$_};
    ++     }
    ++ } elsif ($rule =~ s/\s*\bonly\(([^\)]+)\)//) {
    
  2. or download this
    Windows Registry Editor Version 5.00
    
    ...
    
    [HKEY_CLASSES_ROOT\Folder\shell\CmdHere\Command]
    @="C:\\WINNT\\system32\\cmd.exe /k cd \"%1\""
    
  3. or download this
    use strict;
    use XML::Rules;
    ...
        </Author>
      </AuthorList>
    </PubmedArticle>
    
  4. or download this
    $string = "xxabgi";
    $_ = "abcghis";
    ...
    $string =~ (1 ? y/a-c/d-f/ : y/g-i/j-l/);
    
    print "Changed: \$string='$string'\t\$_='$_'\n";
    
  5. or download this
    my $xml = <<'*END*';
    <doc>
    ...
    );
    
    $parser->parsestring($xml);
    
  6. or download this
    my $xml = <<'*END*';
    <doc>
    ...
    );
    
    $parser->parsestring($xml);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-23 16:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found