- or download this
ken@titan ~/tmp
$ cat pm_11137628_pkg_sep_in_string.pl
...
my $user = 'ken';
print "... $user's problem ...\n";
- 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 ...
- or download this
$ perlbrew list
* perl-5.34.0
perl-5.33.5
perl-5.32.0
perl-5.30.0
- 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 ...