Help for this page

Select Code to Download


  1. or download this
    ken@titan ~/tmp
    $ cat pm_11137628_pkg_sep_in_string.pl
    ...
    my $user = 'ken';
    
    print "... $user's problem ...\n";
    
  2. or download this
    ken@titan ~/tmp
    $ perl -v
    ...
    Name "user::s" used only once: possible typo at pm_11137628_pkg_sep_in
    +_string.pl line 6.
    Use of uninitialized value $user::s in concatenation (.) or string at 
    +pm_11137628_pkg_sep_in_string.pl line 6.
    ...  problem ...
    
  3. or download this
    $ perlbrew list
     * perl-5.34.0
       perl-5.33.5
       perl-5.32.0
       perl-5.30.0
    
  4. or download this
    C:\Users\ken\tmp>perl -v
    
    ...
    Name "user::s" used only once: possible typo at pm_11137628_pkg_sep_in
    +_string.pl line 6.
    Use of uninitialized value $user::s in concatenation (.) or string at 
    +pm_11137628_pkg_sep_in_string.pl line 6.
    ...  problem ...