Help for this page
#!/usr/bin/perl -w use strict; ... } return $backref; }
#!/usr/bin/perl -w use strict; ... eval $code; return $backref; }