Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: C pre-processor in Perl

by simonm (Vicar)
on Jul 28, 2003 at 19:18 UTC ( [id://278571]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Potato;
    use constant tuber => 1;
    
    ...
    
    package main;
    print Potato::tuber, Peach::tuber;
    
  2. or download this
    use constant visited_urls => {};
    ...
    unless ( visited_urls->{$my_url} ++ ) {
      ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-04-24 08:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found