File: demo_export.pl

package info (click to toggle)
libperl6-export-perl 0.009-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 106; makefile: 7
file content (7 lines) | stat: -rwxr-xr-x 129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use Demo_Export {hash=>[1,2]}, [9..11], qw(foo :BAR qux), \"str";

print foo(), "\n";

print bar(), "\n";

print always(), "\n";