Help for this page

Select Code to Download


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