Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: VarStructor 1.0

by Steve_p (Priest)
on May 07, 2004 at 15:22 UTC ( [id://351488]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Name "main::Simple_Arr" used only once: possible typo at VARSTRUCTOR.p
    +l line 15.
    Name "main::Simple_Var" used only once: possible typo at VARSTRUCTOR.p
    +l line 14.
    ...
    %hash2
    key1=value1
    key2=value2
    
  2. or download this
    syntax error at VARSTRUCTOR.pl line 12, near "$hash2{"
    Execution of VARSTRUCTOR.pl aborted due to compilation errors.
    
  3. or download this
    my %hash1=("key1"=>"value1","key2"=>"value2");
    my %hash2 = ();
    ...
    $hash2{"key2"}="value2";
    my $Simple_Var = 'simple';
    my @Simple_Arr = ('simple1','simple2');
    
  4. or download this
    Use of uninitialized value in pattern match (m//) at VARSTRUCTOR.pl li
    +ne 67.
    Use of uninitialized value in concatenation (.) or string at VARSTRUCT
    +OR.pl line 116.
    $Simple_Var = simple
    @Simple_Arr = simple1 simple2
    

Log In?
Username:
Password:

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

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

    No recent polls found