Help for this page
#!/usr/bin/perl -w ... print ref($c) ."\n"; for ( 1..6 ) { print &$c . "\n" }; }
0 1 ... 1 0 1