Lines Matching refs:try

607         # inside the eval(), and we want to try to stay safe.
676 # comments in this code try to address this problem.)
991 subs to be called with a value. To try to make this a little easier to
1143 The pager to be used is needed next. We try to get it from the
1144 environment first. if it's not defined there, we try to find it in
1314 # If there isn't one here, try the user's home directory.
1318 # Else try the login directory.
1551 should try to start a debugging session on that port. It builds the socket
2060 # ... try to execute the input as debugger commands.
2135 try to execute further, cleaning any restart-related stuff out of the
2305 # if not in magic file list, try a close match.
2307 if (($try) = grep(m#^_<.*$file#, keys %main::)) {
2309 $try = substr($try, 2);
2311 "Choosing $try matching `$file':\n";
2312 $file = $try;
2314 } ## end if (($try) = grep(m#^_<.*$file#...
2519 # is a subroutine name, and try to find it.
2618 First, we try to reconstruct the command line that was used to invoke Perl
3889 we try to parse the command type, and then shuttle it off to an appropriate
3993 We take the file passed in and try to find it in C<%INC> (which maps modules
4312 =item 3. If it's not there, try putting it in CORE::GLOBAL if it exists there.
4318 After all this cleanup, we call C<break_subroutine> to try to set the
5625 already defined, we don't try to define it again. A speed hack.
5712 to find one. If we're a forked debugger, we call C<resetterm> to try to
5741 # We don't have a TTY - try to find one via Term::Rendezvous.
5917 try to diagnose why.
5994 we don't try to create a new IN and OUT filehandle. Otherwise, we go ahead
5995 and try to do that.
6024 # Just return if we're not supposed to try to create a new TTY.
6039 if we got one. If not, we pop the filehandle off and close it, and try the
6182 If 'option=value' is entered, we try to extract a quoted string from the
6404 # If there's a term and it's able to get a new tty, try to get one.
6474 # Can't do it now, try restarting.
6519 Sets the port that the debugger will try to connect to when starting up.
7402 # No longer exists, so don't try to use it.
7452 These subroutines are used during the C<x> and C<X> commands to try to
7454 L<Devel::Peek> to try to find the glob in which this code reference lives
7474 Calls L<Devel::Peek> to try to find the glob the ref lives in; returns
7552 try; C<$prefix> is the message prefix, which gets built up as we go up the
7553 C<@ISA> tree to show parentage; C<$crawl_upward> is 1 if we should try to go
7757 # debug itself. Perhaps we can try that someday.
7764 # DB::DB and DB::sub". We will turn it on forcibly before we try to
8080 # mismatched quote characters. We try several possibilities.