- or download this
01: $| = 1;
02:
...
08: }
09:
10: print "hello, world!"->uc;
- or download this
01: $| = 1;
02:
...
08: print "hello, world!"->uc;
09: test("hello, world!");
10: }
- or download this
01: $| = 1;
02:
...
11: print "hello, world!"->uc;
12: }
13: }