Go to the source code of this file.
Functions | |
| chdir | dirname (abs_path($ENV{'SCRIPT_FILENAME'}or $0)) |
| substr ($ENV{'PATH'}, 0, 0) | |
| shift Path | if ($Path[0] eq 'pl') |
Variables | |
| use CGI | qw |
| use | DBI |
| use Cwd | abs_path |
| our | $cgi = new CGI |
| our | Path = split('/', $Path[0]) |
| $Path [0] = ($ENV{'PATH_INFO'} or url_param('PATH_INFO')) | |
| chdir dirname | ( | abs_path($ENV{'SCRIPT_FILENAME'}or $0) | ) |
| substr | ( | ) |
Referenced by $this_dir(), calendarComponent::_createElement(), calendarComponent::_date_time_string(), calendarComponent::_duration_string(), calendarComponent::_makeUid(), calendarComponent::_setDate(), calendarComponent::_setParams(), calendarComponent::_size75(), calendarComponent::_strrep(), calendarComponent::_tz2offset(), cleanTitleQuery(), vcalendar::createCalendar(), vtimezone::createComponent(), vtodo::createComponent(), vevent::createComponent(), calendarComponent::createExdate(), calendarComponent::createRdate(), Services_JSON::decode(), getPosterURLsFromIMDB(), calendarComponent::parse(), vcalendar::parse(), parseBetween(), sajax_get_js_repr(), calendarComponent::setAttendee(), vcalendar::setConfig(), calendarComponent::setDuration(), calendarComponent::setExdate(), calendarComponent::setFreebusy(), calendarComponent::setOrganizer(), calendarComponent::setRdate(), calendarComponent::setRelatedTo(), calendarComponent::setTrigger(), and FeedWriter::uuid().
| use CGI qw |
Definition at line 12 of file mythweb.pl.
| use DBI |
Definition at line 13 of file mythweb.pl.
| use Cwd abs_path |
Definition at line 14 of file mythweb.pl.
| our $cgi = new CGI |
Definition at line 25 of file mythweb.pl.
| use File::Path = split('/', $Path[0]) |
Definition at line 28 of file mythweb.pl.
| $Path[0] = ($ENV{'PATH_INFO'} or url_param('PATH_INFO')) |
Definition at line 29 of file mythweb.pl.
1.5.5