mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-05 08:21:28 +02:00
1.727
This commit is contained in:
parent
3eaac56812
commit
137242e609
114 changed files with 10852 additions and 8980 deletions
12
W/learn/ref
Executable file
12
W/learn/ref
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/perl
|
||||
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
||||
my $debug = 'val_debug' ;
|
||||
|
||||
print "ref(\\\$debug)=" . ref(\$debug) . "\n" ;
|
||||
print "ref(\$debug)=" . ref($debug) . "\n" ;
|
||||
print "\n$debug=$debug\n" ;
|
Loading…
Add table
Add a link
Reference in a new issue