Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Language or string templates?

by Prior Nacre V (Hermit)
on Oct 02, 2004 at 04:12 UTC ( [id://395822]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    . . .
    strCliDeactivated => 'Currently not active',
    strNotActive      => 'date has not yet been reached',
    strExpired        => 'date has been reached',
    . . .
    
  2. or download this
    . . .
    my @global_data = <TEXT_LANG>;
    ...
    . . .
    print STDERR $globals{strExpired} if $expired;
    . . .
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-03-28 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found