Help for this page
#!/usr/bin/perl use strict; ... return find_path($src, $tgt, $list, $seen, $next) if @$next; return 'path not found'; }
#!/usr/bin/perl use strict; ... store $db, 'dictionary.db'; return retrieve('dictionary.db'); }