Help for this page

Select Code to Download


  1. or download this
    name = "varun"
    ip='9.12.23.222' #including the irregular spaces
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    print $svr_raw->{name};
    
  3. or download this
    administrator@varunraj ~/scripts
    $ ./learn_2.pl
    ...
    Global symbol "$svr_raw" requires explicit package name at ./learn_2.p
    +l line 15
    
    Execution of ./learn_2.pl aborted due to compilation errors.
    
  4. or download this
    varun