| 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");
}
Dear graduate, Congratulations on completing your studies at Monash University and welcome to the University’s global alumni community. You are now one of more than 235,000 graduates from Monash. The University is proud of the achievements of its alumni and has educated notable individuals including Australian of the Year 2009 Professor Mick Dodson AM, The Honourable Chief Justice Diana Bryant, social movements campaigner Mr Hugh Evans, and Director of 3R Holdings, author and entrepreneur Ms Rameshwari Ramachandra. Now that you have graduated, you can stay involved with Monash University through your alumni program. The program is focused on four areas: lifelong learning, alumni communities, student engagement and alumni recognition. For more information about the alumni program see http://www.monash.edu.au/alumni/. We also publish alumni news in Monash Magazine and our monthly Monash Alumni eNews and welcome your contribution. To receive these publications and stay informed about the opportunities and activities for Monash alumni, please update your details online (particularly if you are not receiving emails from us at your preferred address). Also, please let us know whenever you move house or change jobs so we can continue to stay in touch with you. Monash University supports alumni connections around the world. To find the group closest to you and expand your network, visit http://www.monash.edu.au/alumni/networks Your new alumni ID number can be found in your first edition of Monash Alumni eNews. You may need to quote this number to obtain your alumni discount for events and memberships. If you have any questions about the alumni program, please contact a member of the Alumni Relations team by phone on +61 3 9903 4602 or email at monashalumni@adm.monash.edu.au Warm regards, Louise McCarthy |