Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
            print "Debugging $self->quz()\n" if $self->{debug};
        }
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
    use Y;
    
    print "$Z\n";  # prints "from Y"