Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    use strict;
    ...
    $scalarobject->stringify();
    $arrayobject->stringify();
    $hashobject->stringify();
    
  2. or download this
    $VAR1 = bless( do{\(my $o = 'THIS IS A SCALAR')}, 'This::Is::A::Dummy:
    +:Object' );
    $VAR1 = bless( [
                     'THIS',
    ...
                     'A' => 'Hash',
                     'This' => 'Is'
                   }, 'This::Is::A::Dummy::Object' );