Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^7: POD for use feature 'declared_refs' wrong

by kcott (Archbishop)
on Oct 20, 2021 at 02:50 UTC ( [id://11137767]=note: print w/replies, xml ) Need Help??

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 ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11137767]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-19 06:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found