| Monash home | About Monash | Faculties | Campuses | Courses | Contact Monash |
| Staff directory | A-Z index | Site map |
| |
#!/usr/local/bin/perl --
print("Content-type: text/html\n\n");
use CGI;
$query = new CGI;
$puri = $query->param('URI');
$endp = $query->param('ENDPAR');
$sep = $query->param('SEP');
$nomonash = $query->param('NOMONASH');
$noroot = $query->param('NOROOT');
$startpoint = $query->param('STARTPOINT');
if (defined($puri)) {
$var = $puri
}
else {
$var = $ENV{'REQUEST_URI'};
}
$filename = $ENV{'SCRIPT_FILENAME'};
$directory = substr($filename,0,rindex($filename,'/'));
%replacenames = ();
@array = split("/",$var);
if (-e("$directory/breadcrumbs.conf")) {
open(CONFIGFILE,"$directory/breadcrumbs.conf");
$config = new CGI(CONFIGFILE);
close(CONFIGFILE);
foreach $key ($config->param) {
$value = $config->param("$key");
$replacenames{"$key"} = "$value";
}
}
$s = scalar(@array);
$start = 1;
$end = $s - 2;
$count = $start;
$display_count = $count;
if (defined($startpoint)) {
foreach (1..$s) {
if ($startpoint eq $array[$_]) {
$display_count = $_;
}
}
}
print('\n");
}
Future Monash researchersContinue to learn whilst pursuing your goals and passion. Monash is a leading research-focused university with over 3,500 researchers (see: international rankings). The Monash research community is challenging, rewarding and supportive. Monash invests in and fosters a research environment that supports high calibre researchers. As a Monash researcher, your contribution is highly valued. There are many reasons why outstanding researchers choose Monash University: Work
Workplace
Career
Join the Monash communityIf you are passionate about research, contact us or view current job vacancies. |