Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

AI::Perlog -- Q&A

by Ovid (Cardinal)
on Aug 02, 2002 at 16:31 UTC ( [id://187143]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $pg->owns( qw/ $Who gold / );
    
  2. or download this
        my $a = shift @important;
        while( my $z = shift @important ) {
    ...
            $a = $z;
        }
        return 1;
    
  3. or download this
        sub _check_path {
            my ( $self, $predicate, $lvl1, $lvl2, $arg1, $arg2 ) = @_;
    ...
                exists $self->{_arg_levels}{$predicate}[$lvl1]{$arg1}[$lvl
    +2]{$arg2};
            return; # nope, didn't find it
        }
    
  4. or download this
      $pg->add_fact( owns => qw/ Ovid socks / );
      $pg->add_fact( gives => qw/ grep grief Ovid / );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://187143]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-03-29 01:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found