Help for this page

Select Code to Download


  1. or download this
    $day = "sunday";
    $userId= "mary";
    ...
    }
    
    ...
    
  2. or download this
    use strict;
    use warnings;
    
  3. or download this
    my $userId= "mary";
    
    ...
    }
    
    ...
    
  4. or download this
    #!/usr/bin/perl
    
    ...
       eval "use module_$userId qw( ); 1" or die $@;
       *diary = \%diary::diary;
    }
    
  5. or download this
       eval "use module_$userId qw( %diary ); 1" or die $@;